-
Notifications
You must be signed in to change notification settings - Fork 18
Install .NET 6 SDK to re-enable XAML Styler #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install .NET 6 SDK to re-enable XAML Styler #294
Conversation
`windows-latest` Actions CI image.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should just update the XAML Styler version in #295 and close this one.
|
||
# Steps represent a sequence of tasks that will be executed as part of the job | ||
steps: | ||
# .NET 6 SDK is required for xamlstyler.console to run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a newer version of XAML Styler which supports newer .NET versions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was the latest available on nuget
c313acd
into
feature/migrate-to-large-runners
Strange, I changed the base branch and it auto-closed? 🤔 I had another commit to push, needs to be reopened. |
GitHub isn't giving me a way to reopen the branch, and it looks like these changes are now present in the base branch that was merged. We'll just continue the PR in #295 then, but these changes should have been made before this PR was closed and merged into the base, not after. |
But we don't want to install .NET 6 anymore, eh? |
Fixes
This PR fixes the error observed at this CI run by installing the .NET 6 SDK explicitly.
Log for failed CI step:
Other information
See also actions/runner-images#12241